PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFUnsupportedDataException Class / PDFUnsupportedDataException Constructor / PDFUnsupportedDataException Constructor(String,Exception)
Exception message.
Inner exception, if any.
In This Topic
    PDFUnsupportedDataException Constructor(String,Exception)
    In This Topic
    Initializes a new PDFUnsupportedDataException object.
    Syntax
    public PDFUnsupportedDataException( 
       java.lang.String message,
       java.lang.Exception innerException
    )

    Parameters

    message
    Exception message.
    innerException
    Inner exception, if any.
    See Also